home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / compress / fbud310.zip / README < prev    next >
Text File  |  1993-10-31  |  4KB  |  148 lines

  1. Upgrading FileBUDDY From Previous Versions
  2. ==========================================
  3.  
  4. If you are presently using FileBUDDY, please make sure to upgrade
  5. FileBUDDY with the installation program (ie. INSTALL.EXE) since your
  6. existing FBUDDY.INI file may need to be modified.
  7.  
  8. If for some reason you do not want to use the installation program,
  9. make the following manual changes to your FBUDDY.INI file:
  10.  
  11. Upgrading From v1.00-v1.01 To v2.00-2.02
  12. ----------------------------------------
  13.  
  14. >> Please add the following changes:
  15.  
  16.    1.  Insert "TabSpaces=8" after "MouseLBSS".  (This parameter does
  17.        not need to be added if a default of 8 spaces for the TAB
  18.        character is satisfactory.)
  19.  
  20.    2.  Insert "ExitOnEsc=1" after "TabSpaces=8".
  21.  
  22.    3.  Insert "ArcDefault=" after "Editor"
  23.  
  24.    4.  Insert "SlideShowPause=10" after "VRam1024".
  25.  
  26.    5.  Insert "ImageRestore=0" after "SlideShowPause"
  27.  
  28.    6.  Insert "ImageCsrRes=100" after "ImageRestore".
  29.  
  30.    7.  Increment whatever the value of "ImagePrtMode" is by ONE.
  31.  
  32.    8.  Delete parameter "ImageOrient".
  33.  
  34.  
  35. Upgrading From v2.00-v2.02 To v3.00-v3.01 
  36. -----------------------------------------
  37.  
  38. >> After the "[INITIALIZATION]" parameters, add the following
  39.    three lines:
  40.  
  41.      [DEFINE]
  42.      OtherArcExt=   
  43.      FileEOLChar=  
  44.  
  45.    Note: The "ArcDefault" parameter located under [PATHS] has been
  46.          renamed to "OtherArcExt".  Place the renamed version under
  47.          the [DEFINE] heading.  If "ArcDefault" has any assignments,
  48.          they should be modified from this format:
  49.             
  50.               ArcDefault=LZH:QWK,BAK,DIF
  51.  
  52.      to the following format:
  53.  
  54.               OtherArcExt=LZH:QWK,LZH:BAK,LZH:DIF
  55.  
  56. >> After the "[PATHS]" parameters, add the following seven lines:
  57.  
  58.      [ARCHIVE]
  59.      Compression=1
  60.      SFXModel=2
  61.      MoveFiles=0
  62.  
  63.      [DBF]
  64.      DBFPackBackup=1
  65.  
  66. >> If you are using PKZIP as one of your archivers, please change
  67.    the archiver name from PKUNZIP.EXE to PKZIP.EXE in your ZIP
  68.    parameter assignment.
  69.  
  70.  
  71. Upgrading from v3.00-v3.01 to v3.02
  72. -----------------------------------
  73.  
  74. >>  Delete the "MoveFiles" parameter from your FBUDDY.INI file.  The
  75.     parameter is no longer needed as you are now prompted for this 
  76.     before archiving files.
  77.  
  78.  
  79. Upgrading from v3.02 to v3.03
  80. -----------------------------
  81.  
  82. >>  No changes to the FBUDDY.INI file.
  83.  
  84.  
  85. Upgrading from v3.03 to v3.10
  86. -----------------------------
  87.  
  88. >> Under [INITIALIZATION] add the following line:
  89.  
  90.          Version=3.10
  91.  
  92. >> Under [SWAP] add the following line:
  93.  
  94.          SwapWhenImage=1
  95.  
  96.    This is now needed to make more room in conventional memory for 
  97.    FBUDDYI.EXE to run.
  98.  
  99. >> Under [ARCHIVE] add the following line:
  100.  
  101.          ResetArchivePW=YES
  102.  
  103. >> Under [IMAGE] do the following:
  104.  
  105.    1.)  Delete the 'VRam1024' parameter.
  106.    2.)  Add the line 'Image1BitFormat=2'.
  107.    3.)  Add the line 'ImagePrinter=#' where # is:
  108.  
  109.         0 = HP LaserJet (or compatible)
  110.         1 = Epson 24-pin dot-matrix (or compatible)
  111.         2 = HP DeskJet 500c (or compatible)
  112.  
  113.    4.)  Subtract 1 from your 'ImagePrtMode' value.
  114.    5.)  Change 'ImageSize' value to 7500.
  115.    6.)  Change 'ImageColumn' to 400
  116.    7.)  Change 'ImageRow' to 0.
  117.    
  118.    Feel free to change 5, 6, 7 to whatever you want as per
  119.    the documentation.
  120.  
  121. >>  Please note that you can now use "TRUE" or "YES" for "1"
  122.     or "FALSE" or "NO" for "0".
  123.  
  124. >>  For those interested in running FileBUDDY under Windows, I've
  125.     included a PIF file (FBUDDY.PIF) and icon (FBUDDY.ICO).  They
  126.     can be installed from the Windows Program Manager as follows:
  127.  
  128.          1.  Press ALT+N and select "Program Item".
  129.          2.  Enter "FileBUDDY" for the description.  (ALT+D)
  130.          3.  Press ALT+C and enter "FBUDDY.PIF" and its path. 
  131.          3.  Now press ALT+I and enter "FBUDDY.ICO" and its path.
  132.          4.  Select OK.
  133.          5.  Select OK one more time.
  134.      
  135. That's it.  If you run into any problems, please let me know.
  136.  
  137.  
  138. Note
  139. ----
  140.  
  141. >> Although it may appear that the order and case of FBUDDY.INI's
  142.    parameters are important, they are NOT.  However, don't delete
  143.    the headers (ie. "[ARCHIVE]") if you plan to upgrade to future
  144.    versions of FileBUDDY using the installation program.
  145.  
  146.  
  147. Happy viewing!
  148.